main a {
    display: inline-block;
}

.top-content .classification-wrap {
    width: 191px;
    height: 48px;
    background: #2d2e36;
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
}

.top-content .classification-wrap .top-box {
    padding-left: 20px;
}

.top-content .classification-wrap .top-box img {
    margin-right: 10px;
}

.top-content .nav-ul-box {
    padding-left: 20px;
    font-size: 16px;
}

.top-content .nav-ul-box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    font-weight: 800;
    cursor: pointer;
    transition: all .2s;
}

.top-content .nav-ul-box a:hover {
    transform: translateY(-3px);
    /*color: #F3630E;*/
}

.top-content .nav-ul-box .nav-ul-icon {
    width: 24px;
    margin-right: 3px;
}

.top-content .nav-ul-box .new-icon {
    position: absolute;
    top: -18px;
    left: 65px;
}

.center-content {
    height: 478px;
    background: #f8f8f8;
}

.center-content .classification-box {
    position: relative;
    width: 191px;
    height: 468px;
    padding: 10px 0;
    background: #fff;
    filter:none;
}

.center-content .classification-box .classify-item {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    cursor: pointer;
    filter:none;
}

.center-content .classification-box .classify-item:hover {
    background: rgba(45, 46, 54, .1);
}

.center-content .classification-box .classify-item:hover .item-a {
    transform: translateX(4px);
}

.center-content .classification-box .item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    transition: all .2s;
}

.center-content .classification-box .item-a a {
    font-size: 14px;
    color: #333;
}

.center-content .classification-box .item-txt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 191px;
    width: 756px;
    height: 468px;
    padding: 30px 0 0 40px;
    background: #ffffff;
    border: 1px solid #2d2e36;
    overflow: auto;
    z-index: 10;
}

.center-content .classification-box .item-txt::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
}

.center-content .classification-box .item-txt::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #dfdfdf;
}

.center-content .classification-box .item-txt .content-item-box {
    width: 336px;
    margin: 0 10px 13px 0;
}

.center-content .classification-box .item-txt .content-item-box h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
}

.center-content .classification-box .item-txt .content-item-box .item-wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    height: 85px;
    overflow: hidden;
}

.center-content .classification-box .item-txt .content-item-box .item-wrap-box a {
    margin: 0 24px 12px 0;
    color: #666;
    font-size: 12px;
    line-height: 16px;
}

.center-content .classification-box .item-txt .content-item-box .item-wrap-box a:hover {
    color: #f3630e;
}

.center-content .classification-box img {
    width: 16px;
    margin-right: 6px;
}

.center-content .center-wrap {
    width: 746px;
    margin: 10px 10px 0 10px;
}

.center-content .center-wrap .banner-swiper img {
    width: 746px;
    height: 338px;
    cursor: pointer;
}

.center-content .center-wrap .banner-swiper .swiper-slide {
    font-size: 0;
}

.center-content .center-wrap .banner-swiper .button-prev,
.center-content .center-wrap .banner-swiper .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 64px;
    background: rgba(45, 46, 54, 0.6);
    z-index: 9;
    cursor: pointer;
}

.center-content .center-wrap .banner-swiper .button-prev img,
.center-content .center-wrap .banner-swiper .button-next img {
    width: 36px;
    height: 36px;
}

.center-content .center-wrap .banner-swiper .button-prev {
    left: 0;
}

.center-content .center-wrap .banner-swiper .button-next {
    right: 0;
}

.center-content .center-wrap .banner-swiper .customer-pagination {
    bottom: 30px;
}

.center-content .center-wrap .banner-swiper .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.center-content .center-wrap .banner-swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.center-content .center-wrap .bottom-banner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.center-content .center-wrap .bottom-banner-box img {
    width: 242px;
    height: 110px;
}

.center-content .right-wrap {
    width: 243px;
    margin-top: 10px;
}

.center-content .right-wrap .login-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
    margin-bottom: 10px;
    background: #fff;
}

.center-content .right-wrap .top-info {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
}

.center-content .right-wrap .top-info .top-info-tips {
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    width: 144px;
}

.center-content .right-wrap .top-info img {
    width: 48px;
    margin-right: 8px;
}

.center-content .right-wrap .top-info .release-btn {
    display: block;
    width: 72px;
    height: 20px;
    margin-top: 7px;
    background: rgba(243, 99, 14, 0.1);
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #f3630e;
}

.center-content .right-wrap .center-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14px;
}

.center-content .right-wrap .center-btn-box a {
    width: 96px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}

.center-content .right-wrap .center-btn-box a:nth-of-type(1) {
    margin-right: 8px;
    background: #f3630e;
    color: #fff;
}

.center-content .right-wrap .center-btn-box a:nth-of-type(1):hover {
    background: #E15400;
}

.center-content .right-wrap .center-btn-box a:nth-of-type(2) {
    background: #fff;
    border: 1px solid #f3630e;
    color: #f3630e;
}

.center-content .right-wrap .center-btn-box a:nth-of-type(2):hover {
    background: rgba(243, 99, 14, 0.1);
}

.center-content .right-wrap .center-user-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14px;
}

.center-content .right-wrap .center-user-btn a {
    width: 96px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #F3630E;
    color: #F3630E;
}

.center-content .right-wrap .center-user-btn a:hover {
    background: rgba(243, 99, 14, 0.1);
}

.center-content .right-wrap .center-user-btn a:nth-of-type(1) {
    margin-right: 8px;
}

.center-content .right-wrap .bottom-link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
}

.center-content .right-wrap .bottom-link-box .link-item {
    text-align: center;
}

.center-content .right-wrap .bottom-link-box .link-item:nth-of-type(2) {
    margin: 0 22px;
}

.center-content .right-wrap .bottom-link-box .link-item:hover img {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.center-content .right-wrap .bottom-link-box .link-item img {
    width: 40px;
    margin-bottom: 5px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.center-content .right-wrap .info-box {
    margin-top: 10px;
    background: #fff;
}

.center-content .right-wrap .info-box .tag-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.center-content .right-wrap .info-box .tag-box .tag-item {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 32px;
    background: #ededed;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.center-content .right-wrap .info-box .tag-box .tag-item.active {
    background: #fff;
    color: #333;
}

.center-content .right-wrap .info-box .info-content {
    padding: 18px 18px 20px;
}

.center-content .right-wrap .info-box .info-content a {
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
}

.center-content .right-wrap .info-box .info-content a:nth-last-child(1) {
    margin-bottom: 0;
}

.center-content .right-wrap .info-box .info-content a:hover {
    color: #f3630e;
}

.main-wrap {
    /*padding-top: 32px;*/
}

.main-wrap .m-left-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    color: #2d2e36;
}

.main-wrap .m-left-title i {
    width: 6px;
    height: 19px;
    margin-right: 12px;
    background: #93c45f;
    border-radius: 3px;
}

.main-wrap .m-floor-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
}

.main-wrap .m-floor-title span {
    margin-right: 16px;
    color: #f3630e;
}

.inquiry-wrap .top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inquiry-wrap .top-box a.more-btn {
    font-size: 14px;
    color: #666666;
}

.inquiry-wrap .inquiry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.inquiry-wrap .inquiry-box {
    width: 595px;
    height: 328px;
    background: #ffffff;
    border: 1px solid #ededed;
}

.inquiry-wrap .inquiry-box h5 {
    height: 48px;
    padding: 0 18px;
    background: #f2f3f4;
    line-height: 48px;
    font-size: 14px;
}

.inquiry-wrap .inquiry-left-box .hot-buying {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 15px 32px;
}

.inquiry-wrap .inquiry-left-box .buying-item {
    width: 170px;
    margin: 25px 16px 0 0;
}

.inquiry-wrap .inquiry-left-box .buying-item h6 {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
}

.inquiry-wrap .inquiry-left-box .buying-item .hot-link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inquiry-wrap .inquiry-left-box .buying-item .hot-link-box a {
    width: 72px;
    margin: 12px 12px 0 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    line-height: 16px;
}

.inquiry-wrap .inquiry-left-box .buying-item .hot-link-box a:hover {
    color: #f3630e;
}

.inquiry-wrap .inquiry-right-box h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inquiry-wrap .inquiry-right-box h5 span {
    display: inline-block;
}

.inquiry-wrap .inquiry-right-box h5 span:nth-of-type(1) {
    width: 99px;
}

.inquiry-wrap .inquiry-right-box h5 span:nth-of-type(2) {
    width: 183px;
}

.inquiry-wrap .inquiry-right-box h5 span:nth-of-type(3) {
    width: 100px;
}

.inquiry-wrap .inquiry-right-box h5 span:nth-of-type(4) {
    width: 91px;
}

.inquiry-wrap .inquiry-right-box h5 span:nth-of-type(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 18px;
    line-height: 40px;
    color: #666;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item:nth-of-type(even) {
    background: #f8f8f8;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item span {
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item span:nth-of-type(1) {
    width: 99px;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item span:nth-of-type(2) {
    width: 183px;
    padding-right: 10px;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item span:nth-of-type(3) {
    width: 100px;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item span:nth-of-type(4) {
    width: 91px;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item span:nth-of-type(5) {
    width: 88px;
    height: 28px;
    background: #ffca4b;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    color: #333;
    cursor: pointer;
}

.inquiry-wrap .inquiry-right-box .inquiry-info-item span:nth-of-type(5):hover {
    background: #ffaf35;
}

.banner-img-wrap {
    margin-top: 10px;
}

.banner-img-wrap a {
    display: block;
}

.banner-img-wrap img {
    width: 100%;
    height: 100px;
}

.category-floor {
    padding-top: 35px;
}

.category-floor .category-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.category-floor .left-intro {
    width: 190px;
    padding: 24px 24px 16px 24px;
    background-size: cover;
    /*background-color: linear-gradient(135deg, #f6f6f6 0%, #e8e8e8 100%);*/
    border: 1px solid #ededed;
}

/*.main-wrap .category-floor:nth-of-type(1) .left-intro {*/
/*    background-image: url(/resources/assets/images/index/home_jixie.png);*/
/*}*/
/*.main-wrap .category-floor:nth-of-type(2) .left-intro {*/
/*    background-image: url(/resources/assets/images/index/home_wujin.png);*/
/*}*/
/*.main-wrap .category-floor:nth-of-type(3) .left-intro {*/
/*    background-image: url(/resources/assets/images/index/home_jiazhuang.png);*/
/*}*/
.category-floor .left-intro h5 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
}

.category-floor .left-intro p {
    font-size: 14px;
    line-height: 19px;
    color: #666;
    cursor: pointer;
}

.category-floor .left-intro .enter-btn {
    display: block;
    margin: 158px auto 0;
    width: 101px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px;
    opacity: 0.8;
    border: 1px solid #e7e7e7;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    transition: all .2s;
}

.category-floor .left-intro .enter-btn:hover {
    transform: translateY(-4px);
}

.category-floor .right-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 6px;
}

.category-floor .right-content .category-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 13px 6px;
    font-size: 14px;
    font-weight: 800;
}

.category-floor .right-content .category-tag li {
    position: relative;
    /*margin-right: 40px;*/
    cursor: pointer;
}

.category-floor .right-content .category-tag span {
    margin: 0 24px;
    color: #EDEDED;
    font-weight: normal;
}

.category-floor .right-content .category-tag li.active {
    color: #f3630e;
}

.category-floor .right-content .category-tag li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: #f3630e;
    border-radius: 2px;
}

.category-floor .right-content .recommend-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-floor .right-content .recommend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 492px;
    height: 120px;
    padding: 12px;
    margin: 10px 0 0 10px;
    background: #ffffff;
    border: 1px solid #ededed;
}

.category-floor .right-content .recommend-item img {
    width: 64px;
    height: 64px;
}

.category-floor .right-content .recommend-item .main-info {
    margin-left: 16px;
    width: 276px;
    color: #666;
    line-height: 16px;
}

.category-floor .right-content .recommend-item .main-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*height: 36px;*/
    margin-top: 4px;
    color: #999;
    line-height: 18px;
    text-overflow: ellipsis;
    word-break: break-all;
}

.category-floor .right-content .recommend-item .main-info .main-industry-box {
    height: 36px;
}

.category-floor .right-content .recommend-item .store-name {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*margin-bottom: 4px;*/
    font-weight: 800;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.category-floor .right-content .recommend-item .icon-box img {
    margin-right: 4px;
    width: 16px;
    height: 16px;
}

.category-floor .right-content .recommend-item img.goods-main-img {
    margin-left: 10px;
    width: 94px;
    height: 94px;
    cursor: pointer;
    transition: all .3s;
}

.category-floor .right-content .recommend-item img.goods-main-img:hover {
    transform: scale(1.05);
}

.preferred-area {
    margin-top: 40px;
}

.preferred-area .top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preferred-area .top-box .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preferred-area .top-box .left-box span {
    position: relative;
    margin-right: 21px;
    color: #2d2e36;
    font-size: 16px;
    line-height: 21px;
}

.preferred-area .top-box .left-box span:not(.preferred-area .top-box .left-box span:nth-last-of-type(1))::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    margin-left: 10px;
    background: #ededed;
    border-radius: 1px;
}

.preferred-area .top-box .m-left-title {
    margin-right: 32px;
}

.preferred-area .top-box .m-left-title i {
    background: #59b1d3;
}

.preferred-area .category-tag-box {
    position: relative;
    margin-top: 21px;
    padding: 0 35px;
}

.preferred-area .category-tag-box .category-item {
    width: 102px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #ededed;
    text-align: center;
    line-height: 36px;
    color: #2d2e36;
    font-size: 14px;
    cursor: pointer;
}

.preferred-area .category-tag-box .category-item:hover {
    border: 1px solid #ffca4b;
}

.preferred-area .category-tag-box .category-item.active {
    background: #ffca4b;
    border: 1px solid #ffca4b;
}

.preferred-area .category-tag-box .button-prev,
.preferred-area .category-tag-box .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 48px;
    z-index: 9;
    cursor: pointer;
}

.preferred-area .category-tag-box .button-prev img,
.preferred-area .category-tag-box .button-next img {
    width: 16px;
}

.preferred-area .category-tag-box .button-prev {
    left: -8px;
}

.preferred-area .category-tag-box .button-next {
    right: -8px;
}

.preferred-area .preferred-store-box {
    margin-top: 10px;
}

.preferred-area .preferred-store-box .preferred-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 393px;
    height: 300px;
    padding: 14px 16px 15px;
    background: #f8f8f8;
    border: 1px solid #ededed;
}

.preferred-area .preferred-store-box .top-store-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.preferred-area .preferred-store-box .logo-img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

.preferred-area .preferred-store-box h6 {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
}

.preferred-area .preferred-store-box .member-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
}

.preferred-area .preferred-store-box .member-info img {
    margin-right: 8px;
}

.preferred-area .preferred-store-box .member-info img.text-img {
    width: 85px;
    height: 20px;
}

.preferred-area .preferred-store-box .member-info img.icon-img {
    width: 16px;
    height: 16px;
}

.preferred-area .preferred-store-box .area-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0 12px;
    color: #666;
    line-height: 16px;
}

.preferred-area .preferred-store-box .area-info img {
    width: 16px;
    margin-right: 10px;
}

.preferred-area .preferred-store-box .right-store-info {
    width: 294px;
}

.preferred-area .preferred-store-box .right-store-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
    color: #999;
    line-height: 18px;
    word-break: break-all;
}

.preferred-area .preferred-store-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 83px;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    margin-top: 16px;
}

.preferred-area .preferred-store-box ul img {
    margin-right: 13px;
    width: 80px;
    height: 80px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.preferred-area .preferred-store-box ul img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.preferred-area .preferred-store-box a.enter-store {
    display: block;
    width: 128px;
    height: 32px;
    margin: 16px auto 0;
    background: rgba(243, 99, 14, 0.1);
    border-radius: 4px;
    border: 1px solid #f3630e;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #f3630e;
}

.preferred-area .preferred-store-box a.enter-store:hover {
    background: #f3630e;
    color: #fff;
}

.preferred-area .preferred-store-box .button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 48px;
    border-radius: 0px 4px 4px 0px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}

.preferred-area .preferred-store-box .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 48px;
    border-radius: 4px 0px 0px 4px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}

.preferred-area .preferred-store-box .button-prev img,
.preferred-area .preferred-store-box .button-next img {
    width: 16px;
}

.preferred-area .preferred-store-box .button-prev {
    left: 0;
}

.preferred-area .preferred-store-box .button-next {
    right: 0;
}

.preferred-area .preferred-store-box .swiper-slide {
    -ms-flex-negative: unset;
    flex-shrink: unset;
}

.preferred-area .preferred-store-box .swiper-slide:nth-last-of-type(1) .preferred-item {
    margin-right: 0;
}

.preferred-area .preferred-store-box .swiper-slide:nth-last-of-type(1) .preferred-item {
    margin: 0;
}

.banner-img-wrap2 {
    margin-top: 10px;
}

.banner-img-wrap2 img {
    /*margin-bottom: 8px;*/
    width: 232px;
    height: 88px;
}

.yxc-preferred .top-box .m-left-title {
    margin-right: 8px;
}

.yxc-preferred .top-box .m-left-title i {
    background: #3a8cef;
}

.yxc-preferred .top-box .left-box img {
    width: 143px;
    margin-top: 5px;
    margin-right: 9px;
}

.yxc-preferred .top-box .left-box span {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.recommend-wrap {
    margin-top: 40px;
}

.recommend-wrap .m-left-title i {
    background: #6dd400;
}

.recommend-wrap .recommend-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    margin-top: 16px;
}

.recommend-wrap .recommend-box .m-product-card {
    width: 232px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.recommend-wrap .recommend-box .m-product-card:nth-of-type(5n) {
    margin-right: 0;
}

.banner-img-wrap3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-img-wrap3 img {
    width: 393px;
    height: 100px;
}

.bottom-link-wrap {
    margin: 40px 0 90px;
}

.bottom-link-wrap .link-tag {
    padding-bottom: 15px;
    border-bottom: 1px solid #2d2e36;
}

.bottom-link-wrap .link-tag span {
    position: relative;
    margin-right: 21px;
    font-size: 16px;
    color: #2d2e36;
    cursor: pointer;
}

.bottom-link-wrap .link-tag span.active {
    color: #f3630e;
}

.bottom-link-wrap .link-tag span.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 2px;
    background: #f3630e;
}

.bottom-link-wrap .company-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 17px;
    display: none;
}

.bottom-link-wrap .all-link-box .show {
    display: block;
}

.bottom-link-wrap .company-box a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 84px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.bottom-link-wrap .company-box a img {
    width: 84px;
    height: 42px;
    border: 1px solid #EDEDED;
}

.bottom-link-wrap .link-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 17px;
    display: none;
}

.bottom-link-wrap .link-box li {
    display: inline-block;
    position: relative;
    margin: 0 10px 10px 0;
    font-size: 14px;
}

/*.bottom-link-wrap .link-box li::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: -10px;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    width: 1px;*/
/*    height: 10px;*/
/*    background: #ededed;*/
/*    border-radius: 1px;*/
/*}*/
.bottom-link-wrap .link-box li:nth-last-of-type(1)::after {
    width: 0;
}

.bottom-link-wrap .link-box a {
    color: #666;
}

.bottom-link-wrap .link-box a:hover {
    color: #f3630e;
}

.bottom-link-wrap .link-box span {
    margin-left: 10px;
    color: #EDEDED;
}

.left-nav {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-695px, -50%);
    -ms-transform: translate(-695px, -50%);
    transform: translate(-695px, -50%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /*opacity: 0;*/
    display: none;
    z-index: 99;
    background: #fff;
}

.left-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 48px;
    height: 48px;
    background: transparent;
    border-radius: 8px;
    text-align: center;
}

.left-nav li a {
    flex: 1;
    padding: 10px;
    color: #666;
    line-height: 16px;
}

.left-nav li.active {
    background: #f3630e;
}

.left-nav li.active a {
    color: #fff;
}

.left-nav li.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #f3630e;
}

.left-nav-show {
    display: block;
}

/*@media screen and (max-width: 1450px) {*/
/*    .left-nav {*/
/*        left: 15px;*/
/*        -webkit-transform: translateY(-50%);*/
/*        -ms-transform: translateY(-50%);*/
/*        transform: translateY(-50%);*/
/*    }*/
/*}*/


.preferred-store-box .swiper-button-disabled {
    background: rgba(0, 0, 0, 0.1) !important;
    cursor: not-allowed !important;
}
